Router

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

addGroup
void addGroup(string group, string method, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
addRoute
Router addRoute(Route route, string group)
Undocumented in source. Be warned that the author may not have intended to support it.
addRoute
Router addRoute(string method, string path, HandleFunction handle, string group)
Undocumented in source. Be warned that the author may not have intended to support it.
buildUriQueryString
string buildUriQueryString(string[string] params)
Undocumented in source. Be warned that the author may not have intended to support it.
createUrl
string createUrl(string mca, string[string] params, string group)
Undocumented in source. Be warned that the author may not have intended to support it.
getGroup
RouteGroup getGroup(string group)
Undocumented in source. Be warned that the author may not have intended to support it.
loadConfig
void loadConfig()
Undocumented in source. Be warned that the author may not have intended to support it.
match
Route match(string domain, string method, string path)
Undocumented in source. Be warned that the author may not have intended to support it.
mendPath
string mendPath(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
setConfigPath
void setConfigPath(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
setSupportMultipleGroup
void setSupportMultipleGroup(bool enabled)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta